home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 128 / XENIATGM128.iso / Shareware / MusicMatchJukebox 7.0 / Tutorials / online_attractions.exe / scripts / DefineButton2_114 / BUTTONCONDACTION on(release).as next >
Text File  |  2001-01-11  |  713b  |  40 lines

  1. on(release){
  2.    gotoAndPlay(293);
  3.    tellTarget("/voice-letsmaster")
  4.    {
  5.       gotoAndStop("stop");
  6.    }
  7.    tellTarget("/voice-player")
  8.    {
  9.       gotoAndStop("stop");
  10.    }
  11.    tellTarget("/voice-justclick")
  12.    {
  13.       gotoAndStop("stop");
  14.    }
  15.    tellTarget("/voice-soyouare")
  16.    {
  17.       gotoAndStop("stop");
  18.    }
  19.    tellTarget("/voice-youaremoving")
  20.    {
  21.       gotoAndStop("stop");
  22.    }
  23.    tellTarget("/voice-alright")
  24.    {
  25.       gotoAndStop("stop");
  26.    }
  27.    tellTarget("/voice-dontforget")
  28.    {
  29.       gotoAndStop("stop");
  30.    }
  31.    tellTarget("/voice-yourvarious")
  32.    {
  33.       gotoAndStop("stop");
  34.    }
  35.    tellTarget("/voice-suremp3")
  36.    {
  37.       gotoAndStop("stop");
  38.    }
  39. }
  40.